home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utilsdoc.lha / gnu / man / man1 / comm.1 < prev    next >
Encoding:
Text File  |  1994-07-26  |  1.4 KB  |  67 lines

  1.  
  2.  
  3.  
  4. COMM(1L)          Misc. Reference Manual Pages           COMM(1L)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      comm - compare two sorted files line by line
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ccccoooommmmmmmm [-123] [--help] [--version] file1 file2
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      This manual page documents the GNU version  of  ccccoooommmmmmmm.   ccccoooommmmmmmm
  16.      prints  lines that are common, and lines that are unique, to
  17.      two input files.  The two files must be sorted  before  ccccoooommmmmmmm
  18.      can be used.  The file name `-' means the standard input.
  19.  
  20.      With no options, ccccoooommmmmmmm produces three column output.   Column
  21.      one  contains  lines  unique  to  _f_i_l_e_1, column two contains
  22.      lines unique to _f_i_l_e_2, and column three contains lines  com-
  23.      mon to both files.
  24.  
  25.   OOOOPPPPTTTTIIIIOOOONNNNSSSS
  26.      The options -_1, - _2,  and   - _3  suppress  printing  of  the
  27.      corresponding columns.
  28.  
  29.      --_h_e_l_p
  30.           Print a usage message and exit with a non-zero status.
  31.  
  32.      --_v_e_r_s_i_o_n
  33.           Print version information on standard output then exit.
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. FSF              Last change: GNU Text Utilities                1
  64.  
  65.  
  66.  
  67.